From 15f8b3c6d21be77222d8bd22b687f813e41cf57a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Sep 2009 10:00:57 +0000 Subject: [PATCH] (bootstrap): Ensure enough environment space will be available to run config.bat. --- msdos/mainmake.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 2cad495a1de..5486cf43ffd 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -279,7 +279,7 @@ bootstrap-clean: FRC ${top_bootclean} bootstrap: bootstrap-clean FRC - config msdos + command.com /e:2048 /c config msdos $(MAKE) $(MFLAGS) info all # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9 -- 2.30.2